DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / SubindexCollection<T> Class / Remove Method / Remove(Subindex<T>) Method
The subindex to remove.

In This Topic
    Remove(Subindex<T>) Method
    In This Topic
    Removes a subindex from the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Remove( _
       ByVal definition As Subindex(Of T) _
    ) As Boolean
    public bool Remove( 
       Subindex<T> definition
    )

    Parameters

    definition
    The subindex to remove.

    Return Value

    true if a subindex has been removed; false if the subindex does not belong to this collection.
    See Also